home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / 23subjct.zip / TED1.DOC < prev    next >
Text File  |  1989-08-05  |  3KB  |  57 lines

  1.  
  2. Hats off to PC Magazine for a very fine editor.  I have made several changes
  3. that I think make it even better.  For those unfamiliar with TED, I have 
  4. included the original documentation untouched.  My changes are described 
  5. here.
  6.  
  7.     The original ted 1.0 did not set the colors.  Rather, it used the
  8.     default system colors.  This made for some wierd inverse-video 
  9.     colors when calling TED from DF or other shell programs.  This was
  10.     fixed in TED 1.1, using white-on-black for normal text, and reverse
  11.     video for marked text and the function key line.  TED 2 uses white-
  12.     on-black for normal text, intense yellow for marked text and user
  13.     prompts, cyan for the function key numbers, and brown for the 
  14.     function key descriptions.  On monochrome systems TED 2 will use
  15.     bright white on black for marked text and user prompts.
  16.  
  17.     TED 2 defaults to overstrike mode.  The 'I' and 'O' on the status line
  18.     to indicate insert/overstrike mode have been removed.  Rather, the 
  19.     cursor changes from normal size in overstrike mode to a large block
  20.     when in insert mode.
  21.  
  22.     Pressing Shift-F1 invokes the abort to DOS function immediately
  23.     without the confirmation prompt as when pressing F1 alone.
  24.  
  25.     The scroll function has been changed to full-screen minus one.  
  26.     Wherever the cursor is located on the screen, pressing Page Down
  27.     will result in the line the cursor is on to become the first line
  28.     on the screen.
  29.  
  30.     The F7 and F8 function keys have been exchanged.  This was done to
  31.     coincide with the F8 save function of the Microsoft Editor.  The 
  32.     functin key prompt "EXIT" has been changed to "SAVE" so as not to
  33.     be confused with the ABORT function.
  34.         
  35.     TED 2 uses .TED for backup file extension.  This allows editing files
  36.     without losing any .BAK files already on disk.
  37.        
  38.            Read-only files may be edited without fear of losing the original.  
  39.     If filename.ext is read-only, it may be edited as usual.  Filename.ext
  40.     will be renamed filename.ted and retain the read-only attribute.
  41.     If filename.ext is edited a second time, it will remain unchanged,
  42.     and the edit session will be saved as filename.$$$.  Carried further,
  43.     filename.ext would always contain results of the first edit session,
  44.     filename.$$$ would contain the most recent session, and filename.ted
  45.     would always contain the original file. 
  46.  
  47.         TED does not clear the screen on exit, but the original used two lines
  48.     to display the copyright after exit.  This cause the screen to scroll,
  49.     losing the first two lines on the screen.  I have moved the copyright
  50.     message to the beginning, which will display briefly before opening 
  51.         the file.
  52.     
  53.                             Mike Dexter
  54.  
  55.     
  56.  
  57.